From 2fe6ffaff964d6feaaaf4a7f714d3658179a8390 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 21 Apr 2006 10:37:27 +0000 Subject: [PATCH] Fix wrong compile-time dependency for ulogd, closes #501 SVN-Revision: 3697 --- openwrt/package/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 27aa179f3f..41f8cec90c 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -231,7 +231,7 @@ ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),) ulogd-compile: mysql-compile endif ifneq ($(BR2_PACKAGE_ULOGD_PCAP),) -ulogd-compile:pcap-compile +ulogd-compile: libpcap-compile endif ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),) ulogd-compile: postgresql-compile -- 2.30.2